Skip to main content
Version: 5.x.x

DefaultEndpointMapper


import { DefaultEndpointMapper } from "@hyper-fetch/core"

Description

Defined in client/client.types.ts:54

Preview

type DefaultEndpointMapper = (endpoint: any) => string;

Structure

(endpoint: any) => string